The following tables list the members exposed by IFetchOptions<T>.
Name | Description | |
---|---|---|
![]() | Distinct | Returns distinct elements from a sequence. |
![]() | Include | Overloaded. Configures eager fetching for related entities in the specified query path. |
![]() | Skip | Bypasses a specified number of elements in a sequence and then returns the remaining elements. |
![]() | Take | Returns a specified number of contiguous elements from the start of a sequence. |